-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend groovy support #9677
Extend groovy support #9677
Conversation
701b6c2
to
e21cbdb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The queries look good but you will need to merge master / rebase and resolve the conflict and also run cargo xtask docgen
and commit the changes
Use more complete parser introduced in nvm-treesitter in nvim-treesitter/nvim-treesitter@d4dac52
Co-authored-by: Michael Davis <[email protected]>
It was copied from the tree-sitter repository but is not compatiblw with the way indent queries are implemented in Helix.
304e826
to
8ac1e3f
Compare
@the-mikedavis sorry for the additional turn around. All should be good now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@the-mikedavis who can we ask for a second review to get this merged? |
@archseer do you have some time to check this? I'd really like to get this merged 💚 |
* Extend groovy support Use more complete parser introduced in nvm-treesitter in nvim-treesitter/nvim-treesitter@d4dac52 * Update runtime/queries/groovy/locals.scm Co-authored-by: Michael Davis <[email protected]> * Drop indent.scm for groovy It was copied from the tree-sitter repository but is not compatiblw with the way indent queries are implemented in Helix. * Adapt groovy highlights to helix syntax * Update documentation --------- Co-authored-by: Michael Davis <[email protected]>
* Extend groovy support Use more complete parser introduced in nvm-treesitter in nvim-treesitter/nvim-treesitter@d4dac52 * Update runtime/queries/groovy/locals.scm Co-authored-by: Michael Davis <[email protected]> * Drop indent.scm for groovy It was copied from the tree-sitter repository but is not compatiblw with the way indent queries are implemented in Helix. * Adapt groovy highlights to helix syntax * Update documentation --------- Co-authored-by: Michael Davis <[email protected]>
* Extend groovy support Use more complete parser introduced in nvm-treesitter in nvim-treesitter/nvim-treesitter@d4dac52 * Update runtime/queries/groovy/locals.scm Co-authored-by: Michael Davis <[email protected]> * Drop indent.scm for groovy It was copied from the tree-sitter repository but is not compatiblw with the way indent queries are implemented in Helix. * Adapt groovy highlights to helix syntax * Update documentation --------- Co-authored-by: Michael Davis <[email protected]>
* Extend groovy support Use more complete parser introduced in nvm-treesitter in nvim-treesitter/nvim-treesitter@d4dac52 * Update runtime/queries/groovy/locals.scm Co-authored-by: Michael Davis <[email protected]> * Drop indent.scm for groovy It was copied from the tree-sitter repository but is not compatiblw with the way indent queries are implemented in Helix. * Adapt groovy highlights to helix syntax * Update documentation --------- Co-authored-by: Michael Davis <[email protected]>
* Extend groovy support Use more complete parser introduced in nvm-treesitter in nvim-treesitter/nvim-treesitter@d4dac52 * Update runtime/queries/groovy/locals.scm Co-authored-by: Michael Davis <[email protected]> * Drop indent.scm for groovy It was copied from the tree-sitter repository but is not compatiblw with the way indent queries are implemented in Helix. * Adapt groovy highlights to helix syntax * Update documentation --------- Co-authored-by: Michael Davis <[email protected]>
* Extend groovy support Use more complete parser introduced in nvm-treesitter in nvim-treesitter/nvim-treesitter@d4dac52 * Update runtime/queries/groovy/locals.scm Co-authored-by: Michael Davis <[email protected]> * Drop indent.scm for groovy It was copied from the tree-sitter repository but is not compatiblw with the way indent queries are implemented in Helix. * Adapt groovy highlights to helix syntax * Update documentation --------- Co-authored-by: Michael Davis <[email protected]>
* Extend groovy support Use more complete parser introduced in nvm-treesitter in nvim-treesitter/nvim-treesitter@d4dac52 * Update runtime/queries/groovy/locals.scm Co-authored-by: Michael Davis <[email protected]> * Drop indent.scm for groovy It was copied from the tree-sitter repository but is not compatiblw with the way indent queries are implemented in Helix. * Adapt groovy highlights to helix syntax * Update documentation --------- Co-authored-by: Michael Davis <[email protected]>
* Extend groovy support Use more complete parser introduced in nvm-treesitter in nvim-treesitter/nvim-treesitter@d4dac52 * Update runtime/queries/groovy/locals.scm Co-authored-by: Michael Davis <[email protected]> * Drop indent.scm for groovy It was copied from the tree-sitter repository but is not compatiblw with the way indent queries are implemented in Helix. * Adapt groovy highlights to helix syntax * Update documentation --------- Co-authored-by: Michael Davis <[email protected]>
nvim-treesitter/nvim-treesitter@d4dac52